{{ meal.mealTime }}

{{ calories }}kcal

  • {{ food.quantity }}g - {{ food.name.replaceAll(",", "") }} ({{ food.kcal }}kcal)
  • {{ recipe.consumedServings }} {{ recipe.consumedServings > 1 ? 'porções' : 'porção' }} - {{ recipe.name }} ({{ recipe.consumedKcal }}kcal)

Nenhum alimento foi registrado

{{ meal.recipes.length > 0 || meal.foods.length > 0 ? "Editar" : "Adicionar" }}